    .section4 {
        position: relative;
        background: #fafafa;
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .Box4 {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 45px;
    }

    .Top4 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Nav4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        grid-gap: 25px;
        width: 60%;
    }

    .Nav4 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 60px;
        background: var(--color);
        color: #fff;
        font-size: 16px;
    }

    .Swiper4 {
        width: 100%;
        padding-bottom: 45px;
    }

    .Slide4 {
        height: auto;
    }

    .Slide4 h1 {
        height: 45px;
        text-align: center;
        background: #333333;
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
    }

    .pagination4 {
        bottom: 0 !important;
    }

    .pagination4 span {
        width: 16px;
        height: 16px;
        background: #666666;
        opacity: 1;
    }

    .pagination4 span.swiper-pagination-bullet-active {
        background: var(--color);
    }

    @media (max-width: 1200px) {
        .Top4 {
            flex-wrap: wrap;
        }

        .Nav4 {
            margin-top: 30px;
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
        }
    }

    @media (max-width: 720px) {
        .Nav4 {
            grid-gap: 10px;
            flex-wrap: wrap;
        }

        .Nav4 a {
            font-size: 14px;
            height: 45px;
            text-align: center;
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}